home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
InstallerNG
/
developer
/
include
/
clib
/
installerngmodule_protos.h
< prev
Wrap
C/C++ Source or Header
|
2000-01-01
|
355b
|
16 lines
#ifndef INSTALLERNGMODULE_PROTOS_H
#define INSTALLERNGMODULE_PROTOS_H
/*
** $VER: installerngmodule_protos.h 37.0 (11.06.2000)
** (C) by Jens Tröger
**
*/
// see documentation for details
char * __asm ingm_GetDescription(void);
BYTE __asm ingm_GetPriority(void);
ULONG __asm ingm_PerformAction(register __a0 struct ModuleEnvironment *);
#endif